# Project:	Director:Menus.System.FindDrives


# Tool macros

text2basic	= <Prefix$Dir>.t2b.$@; BASIC
wipe		= X wipe


# Flag macros

wipeflags	= ~CFRV


# Files to make

files		= \
		FindDrives


# Final targets

all:		$(files)

maintainerclean:
		$(wipe) @.FindDrives $(wipeflags)

nosource:
		$(wipe) @.CVS        $(wipeflags)
		$(wipe) @.bas        $(wipeflags)
		$(wipe) @.t2b        $(wipeflags)
		$(wipe) @.Makefile   $(wipeflags)


# Individual targets

FindDrives:	@.bas.FindDrives
		$(text2basic)
